Esx Settings SolutionComponentDetails

Esx Settings SolutionComponentDetails
Esx Settings SolutionComponentDetails

The Esx Settings SolutionComponentDetails schema contains information that provide more details about component registered by the solution from depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "component": "string",
    "display_name": "string",
    "display_version": "string",
    "vendor": "string"
}
string
component
Required

Identifier of the component.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.component.

string
display_name
Required

Display name of the component.

This property was added in vSphere API 7.0.0.0.

string
display_version
Optional

Human readable version of the component.

This property was added in vSphere API 7.0.0.0.

missing or null if no version is provided for the component.

string
vendor
Required

Vendor of the component.

This property was added in vSphere API 7.0.0.0.